From ee7145865c51aa80ad30c620e72e972cad58e89a Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 2 Sep 2003 18:25:22 +0000 Subject: [PATCH] fix gcc compile error due to misplaced declaration --- tiger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiger.c b/tiger.c index 3233202e8..17c829b80 100644 --- a/tiger.c +++ b/tiger.c @@ -171,12 +171,12 @@ map_plot(const waypoint *wpt) static void data_write(void) { + double latsz,lonsz; maxlat = -9999.0; maxlon = -9999.0; minlat = 9999.0; minlon = 9999.0; rec_cnt = 0; - double latsz,lonsz; if (snlen) short_length = atoi(snlen); -- 2.30.2